home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / pro61.exe / MFCSAM.EXE / CALC / CALC.RC < prev    next >
Encoding:
Text File  |  1993-09-22  |  1.9 KB  |  64 lines

  1. // Filename: CALC.RC                                        
  2. // "CALC" Generated by Visual Programmer.                   
  3. // Author:   Blue Sky                                       
  4.  
  5. // 
  6. // ***********************************************************************
  7. // Do not add code here.
  8. // 
  9. // This file is maintained by the Switch-It Module.
  10. // As you make changes in your applications design,
  11. // this file is automatically updated, therefore you never modify this file.
  12. // 
  13. // 
  14. // 
  15. // For more information,
  16. // see the section "How code is generated" in the documentation.
  17. // 
  18. // ***********************************************************************
  19. // 
  20.  
  21. #define THISISBLDRC
  22.     
  23. #include "AFXRES.H"
  24. #include "CALC.H"
  25.  
  26.  
  27.  
  28. #include "DIALOG.DLG"
  29.  
  30. EQUAL               BITMAP  EQUAL.BMP
  31. CALC0               BITMAP  CALC0.BMP
  32. CALC1               BITMAP  CALC1.BMP
  33. CALC2               BITMAP  CALC2.BMP
  34. CALC3               BITMAP  CALC3.BMP
  35. CALC4               BITMAP  CALC4.BMP
  36. CALC5               BITMAP  CALC5.BMP
  37. CALC6               BITMAP  CALC6.BMP
  38. CALC7               BITMAP  CALC7.BMP
  39. CALC8               BITMAP  CALC8.BMP
  40. CALC9               BITMAP  CALC9.BMP
  41. CLEAR               BITMAP  CLEAR.BMP
  42. TIMES               BITMAP  TIMES.BMP
  43. DIVIDE              BITMAP  DIVIDE.BMP
  44. MINUS               BITMAP  MINUS.BMP
  45. PLUS                BITMAP  PLUS.BMP
  46. BLUESKY             BITMAP  BLUESKY.BMP
  47.  
  48.  
  49.  
  50. // *******************************************************
  51. //       Resource code for error message strings
  52. // *******************************************************
  53.  
  54. STRINGTABLE
  55.     BEGIN
  56.         BLD_CannotRun           "Cannot run "
  57.         BLD_CannotCreate        "Cannot create dialog box "
  58.         BLD_CannotLoadMenu      "Cannot load menu "
  59.         BLD_CannotLoadIcon      "Cannot load icon "
  60.         BLD_CannotLoadBitmap    "Cannot load bitmap "
  61.         BLD_CannotCreateWindow  "Cannot create window "
  62.     END
  63.  
  64.